home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / v cisle / personasfirefox / personas-latest.xpi / chrome / personas.jar / content / personas.css < prev    next >
Cascading Style Sheet File  |  2007-12-14  |  5KB  |  147 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is Personas.
  15.  *
  16.  * The Initial Developer of the Original Code is Mozilla.
  17.  * Portions created by the Initial Developer are Copyright (C) 2007
  18.  * the Initial Developer. All Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *   Chris Beard <cbeard@mozilla.org>
  22.  *   Myk Melez <myk@mozilla.org>
  23.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  26.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the MPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the MPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38. /**
  39.  * The appearance of the Personas selector button.
  40.  */
  41.  
  42. #personas-selector-button {
  43.   list-style-image: url("chrome://personas/skin/personas_16x16.png");
  44.   -moz-image-region: rect(0, 16px, 16px, 0px);
  45.   border: 0 !important;
  46. }
  47.  
  48. #personas-selector-button[buttonover="true"],
  49. #personas-selector-button:hover {
  50.   -moz-image-region: rect(16px, 16px, 32px, 0px);
  51. }
  52.  
  53. #personas-selector-button[buttondown="true"],
  54. #personas-selector-button[open="true"],
  55. #personas-selector-button:hover:active  {
  56.   -moz-image-region: rect(48px, 16px, 64px, 0px);
  57. }
  58.  
  59.  
  60. /**
  61.  * Modifications to the appearance of the browser chrome when the user
  62.  * has selected a persona.
  63.  */
  64.  
  65. #main-window[persona] {
  66.   -moz-appearance: none;
  67.   background-repeat: no-repeat;
  68.   background-position: top right;
  69. }
  70.  
  71. #main-window[persona] #urlbar {
  72.   opacity: 0.8;
  73. }
  74.  
  75. #main-window[persona] #searchbar {
  76.   opacity: 0.8;
  77. }
  78.  
  79. #main-window[persona] toolbox {
  80.   -moz-appearance: none !important;
  81.   background-color: transparent !important;
  82.   border-top: 0;
  83. }
  84.  
  85. #main-window[persona] toolbar:not([id="FindToolbar"]), toolbarpalette {
  86.   -moz-appearance: none !important;
  87.   background-image: none !important; /* mac-specific */
  88.   background-repeat: no-repeat !important;  /* mac-specific */
  89.   background-color: transparent !important; /* mac-specific */
  90.   border-bottom-color: transparent !important;
  91.   border-top-color: transparent !important;
  92.  
  93. #main-window[persona] toolbar:first-child, menubar {
  94.   border-bottom-color: transparent;
  95. }
  96.  
  97. #main-window[persona] toolbarbutton:not([class="tab-close-button"]) { 
  98.   -moz-appearance: none !important;
  99.   background-color: transparent !important;
  100.   background-repeat: no-repeat !important; 
  101.  
  102. /* windows-specific tabs */
  103. #main-window[persona] .tabbrowser-tabs {
  104.   background-color: transparent !important;
  105.   background-image: none !important; 
  106. }
  107.  
  108. #main-window[persona] .tabbrowser-tab {
  109.   background-color: transparent !important;
  110.   background-image: none !important;
  111.   opacity: 0.85 !important;
  112. }
  113.  
  114. #main-window[persona] .tabbrowser-strip {
  115.   -moz-appearance: none; /* mac-specific */
  116. }
  117.  
  118. /* status bar */
  119. statusbar[persona] {
  120.   -moz-appearance: none;
  121.  
  122.   border-bottom: 0 !important;
  123.  
  124.   background-repeat: no-repeat;
  125.   background-position: top left;
  126.   background-color: transparent;
  127. }
  128.  
  129. #main-window[persona] statusbarpanel {
  130.   -moz-appearance: none !important;
  131.   border: 0 !important;
  132. }
  133.  
  134. #main-window[_personas-dark-style*="both"] #navigator-toolbox menubar > menu,
  135. #main-window[_personas-dark-style*="both"] #navigator-toolbox toolbarbutton,
  136. #main-window[_personas-dark-style*="both"] > statusbar,
  137. #main-window[_personas-dark-style*="true"] #navigator-toolbox menubar > menu,
  138. #main-window[_personas-dark-style*="true"] #navigator-toolbox toolbarbutton,
  139. #main-window[_personas-dark-style*="true"] > statusbar,
  140. #main-window[_personas-dark-style*="toolbox"] #navigator-toolbox menubar > menu,
  141. #main-window[_personas-dark-style*="toolbox"] #navigator-toolbox toolbarbutton,
  142. #main-window[_personas-dark-style*="status"] > statusbar {
  143.   color: white !important;
  144. }
  145.